Moves a range of data within a data grid associated with a chart.
Syntax
object.MoveData (top, left, bottom, right, overOffset, downOffset)
The MoveData method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
top | Integer. Identifies the first row in the range to move. |
left | Integer. Identifies the first column in the range to move. |
bottom | Integer. Identifies the last row in the range to move. |
right | Integer. Identifies the last column in the range to move. |
overOffset | Integer. Identifies the horizontal direction data should be moved. A positive value moves data to the right; a negative value moves data to the left. |
downOffset | Integer. Identifies the vertical direction data should be moved. A positive value moves data down, a negative value moves data up. |